home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / SRS / server / src / Makefile.html < prev    next >
Encoding:
Makefile  |  2000-01-12  |  7.2 KB  |  280 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.3 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ../bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DISTDIR =
  36.  
  37. pkgdatadir = $(datadir)/server
  38. pkglibdir = $(libdir)/server
  39. pkgincludedir = $(includedir)/server
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = @ACLOCAL@
  44. AUTOCONF = @AUTOCONF@
  45. AUTOMAKE = @AUTOMAKE@
  46. AUTOHEADER = @AUTOHEADER@
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL}
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = i586-pc-linux-gnulibc1
  61. host_triplet = i586-pc-linux-gnulibc1
  62. AWK = mawk
  63. CC = gcc
  64. LDEFS = -DLINUX
  65. LN_S = ln -s
  66. PACKAGE = server
  67. RANLIB = ranlib
  68. VERSION = 1.0
  69. bindir = ../bin
  70.  
  71. AUTOMAKE_OPTIONS = foreign
  72.  
  73. bin_PROGRAMS = server
  74.  
  75. server_SOURCES = auth.c config.c convert.c clientdata.c debug.c error.c \
  76.                  exit.c init.c io.c main.c misc.c parse.c ping.c        \
  77.                  sighandlers.c sockets.c ssl.c stream.c
  78.  
  79. # Use this if we want to define it ourselves
  80. # CC = gcc
  81.  
  82. # Use this to define our own definitions
  83. DEFS1 = $(DEFS) $(LDEFS)# -DNOSSL# -DDEBUG
  84.  
  85. INCS = -I../include -I../../SSL/include -I/usr/local/ssl/include
  86.  
  87. # (we use our own CLFAGS because autoconf uses -O2)
  88. CFLAGS = -Wall -g -pedantic# -posix -ansi
  89. COMPILE = $(CC) $(DEFS1) $(INCS) $(CFLAGS)
  90.  
  91. CLEANFILES = log
  92. mkinstalldirs = $(SHELL) $(top_srcdir)/support/mkinstalldirs
  93. CONFIG_HEADER = ../config.h
  94. CONFIG_CLEAN_FILES = 
  95. PROGRAMS =  $(bin_PROGRAMS)
  96.  
  97.  
  98. DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
  99. CPPFLAGS = 
  100. LDFLAGS = 
  101. LIBS = -lelf -lssl -lcrypto 
  102. server_OBJECTS =  auth.o config.o convert.o clientdata.o debug.o error.o \
  103. exit.o init.o io.o main.o misc.o parse.o ping.o sighandlers.o sockets.o \
  104. ssl.o stream.o
  105. server_LDADD = $(LDADD)
  106. server_DEPENDENCIES = 
  107. server_LDFLAGS = 
  108. LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  109. DIST_COMMON =  Makefile.am Makefile.in
  110.  
  111.  
  112. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  113.  
  114. TAR = tar
  115. GZIP = --best
  116. SOURCES = $(server_SOURCES)
  117. OBJECTS = $(server_OBJECTS)
  118.  
  119. all: Makefile $(PROGRAMS)
  120.  
  121. .SUFFIXES:
  122. .SUFFIXES: .S .c .o .s
  123. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  124.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps src/Makefile
  125.  
  126. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  127.     cd $(top_builddir) \
  128.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  129.  
  130.  
  131. mostlyclean-binPROGRAMS:
  132.  
  133. clean-binPROGRAMS:
  134.     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  135.  
  136. distclean-binPROGRAMS:
  137.  
  138. maintainer-clean-binPROGRAMS:
  139.  
  140. install-binPROGRAMS: $(bin_PROGRAMS)
  141.     @$(NORMAL_INSTALL)
  142.     $(mkinstalldirs) $(DESTDIR)$(bindir)
  143.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  144.       if test -f $$p; then \
  145.         echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  146.          $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  147.       else :; fi; \
  148.     done
  149.  
  150. uninstall-binPROGRAMS:
  151.     @$(NORMAL_UNINSTALL)
  152.     list='$(bin_PROGRAMS)'; for p in $$list; do \
  153.       rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  154.     done
  155.  
  156. .c.o:
  157.     $(COMPILE) -c $<
  158.  
  159. .s.o:
  160.     $(COMPILE) -c $<
  161.  
  162. .S.o:
  163.     $(COMPILE) -c $<
  164.  
  165. mostlyclean-compile:
  166.     -rm -f *.o core *.core
  167.  
  168. clean-compile:
  169.  
  170. distclean-compile:
  171.     -rm -f *.tab.c
  172.  
  173. maintainer-clean-compile:
  174.  
  175. server: $(server_OBJECTS) $(server_DEPENDENCIES)
  176.     @rm -f server
  177.     $(LINK) $(server_LDFLAGS) $(server_OBJECTS) $(server_LDADD) $(LIBS)
  178.  
  179. tags: TAGS
  180.  
  181. ID: $(HEADERS) $(SOURCES) $(LISP)
  182.     here=`pwd` && cd $(srcdir) \
  183.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  184.  
  185. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  186.     tags=; \
  187.     here=`pwd`; \
  188.     list='$(SOURCES) $(HEADERS)'; \
  189.     unique=`for i in $$list; do echo $$i; done | \
  190.       awk '    { files[$$0] = 1; } \
  191.            END { for (i in files) print i; }'`; \
  192.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  193.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  194.  
  195. mostlyclean-tags:
  196.  
  197. clean-tags:
  198.  
  199. distclean-tags:
  200.     -rm -f TAGS ID
  201.  
  202. maintainer-clean-tags:
  203.  
  204. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  205.  
  206. subdir = src
  207.  
  208. distdir: $(DISTFILES)
  209.     @for file in $(DISTFILES); do \
  210.       d=$(srcdir); \
  211.       test -f $(distdir)/$$file \
  212.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  213.       || cp -p $$d/$$file $(distdir)/$$file; \
  214.     done
  215. info:
  216. dvi:
  217. check: all
  218.     $(MAKE)
  219. installcheck:
  220. install-exec: install-binPROGRAMS
  221.     @$(NORMAL_INSTALL)
  222.  
  223. install-data: 
  224.     @$(NORMAL_INSTALL)
  225.  
  226. install: install-exec install-data all
  227.     @:
  228.  
  229. uninstall: uninstall-binPROGRAMS
  230.  
  231. install-strip:
  232.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  233. installdirs:
  234.     $(mkinstalldirs)  $(DATADIR)$(bindir)
  235.  
  236.  
  237. mostlyclean-generic:
  238.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  239.  
  240. clean-generic:
  241.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  242.  
  243. distclean-generic:
  244.     -rm -f Makefile $(DISTCLEANFILES)
  245.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  246.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  247.  
  248. maintainer-clean-generic:
  249.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  250.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  251. mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
  252.         mostlyclean-tags mostlyclean-generic
  253.  
  254. clean:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
  255.         mostlyclean
  256.  
  257. distclean:  distclean-binPROGRAMS distclean-compile distclean-tags \
  258.         distclean-generic clean
  259.     -rm -f config.status
  260.  
  261. maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
  262.         maintainer-clean-tags maintainer-clean-generic \
  263.         distclean
  264.     @echo "This command is intended for maintainers to use;"
  265.     @echo "it deletes files that may require special tools to rebuild."
  266.  
  267. .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
  268. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
  269. mostlyclean-compile distclean-compile clean-compile \
  270. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  271. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  272. install-exec install-data install uninstall all installdirs \
  273. mostlyclean-generic distclean-generic clean-generic \
  274. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  275.  
  276.  
  277. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  278. # Otherwise a system limit (for SysV at least) may be exceeded.
  279. .NOEXPORT:
  280.